home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / asmwiz10.arc / CREATE.BAT < prev    next >
DOS Batch File  |  1990-04-06  |  382b  |  11 lines

  1. echo off
  2. echo   This batch file will need to be changed to reflect the names of your
  3. echo   assembler and EXE-to-COM converter.  If you're not using OPTASM, the
  4. echo   assembly file will also need minor modifications.
  5. echo   --------------------------------------------------------------------
  6. pause
  7. asm example;
  8. link example,,nul,asmwiz;
  9. erase example.obj
  10. execom example
  11.